home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / utility / winshell.zip / WINSHELL.TXT < prev   
Text File  |  1990-07-21  |  3KB  |  103 lines

  1.  
  2.  
  3.  
  4.  
  5.                   Windows Shell Modifier Version 1.10
  6.                              July 22, 1990
  7.  
  8.  
  9.  
  10. James Straub
  11. P.O. Box 85
  12. Nesconset, N.Y. 11767
  13. BitNet, InterNet: jsstraub@csserv1.ic.sunysb.edu
  14.  
  15.  
  16.  
  17. Did you ever notice that the Program manager (PROGMAN.EXE) is
  18. always running in Windows?  That's because it is loaded as the
  19. default shell when you first install Windows.  The line in the
  20. SYSTEM.INI for the PROGMAN.EXE looks like this:
  21.  
  22. shell=progman.exe
  23.  
  24. This line tells Windows to load PROGMAN.EXE as it's shell.  Shells
  25. are not the same as the RUN= or LOAD= found in the WIN.INI file.
  26. When you load a program as a shell it runs immediately and when
  27. closed it will automatically close Windows!  The RUN= and LOAD=
  28. lines only run or load the program AFTER Windows loads the shell.
  29.  
  30. The two advantages to loading your files as a shell is:
  31.   o No extra programs loaded to take up memory.
  32.   o Automatic exiting of Windows when exiting the program.
  33.  
  34.  
  35. _______________
  36.  
  37. Usage:
  38.  
  39. WinShell allows you to easily modify the system.ini to allow your
  40. program to execute as a shell.
  41.  
  42. WINSHELL <[File to use as a shell]> <windows directory>
  43.  
  44. Example:
  45.          WINSHELL D:\WINWORD\WINWORD.EXE C:\WINDOWS
  46.  
  47. This will make WinShell look to the WINDOWS directory and find
  48. SYSTEM.INI.  Then it will change "shell=progman.exe" to
  49. "shell=d:\winword\winword.exe".
  50.  
  51. To return SYSTEM.INI back to it's original condition enter:
  52. Example:
  53.          WINSHELL C:\WINDOWS
  54.  
  55. This will make WinShell look to the WINDOWS directory and find
  56. SYSTEM.INI.  Then it will replace the shell line with
  57. "shell=progman.exe".
  58.  
  59.  
  60. It's that simple.  A good way to use WinShell is to put it in a
  61. batch file.
  62. Example:
  63.         WINSHELL D:\WINWORD\WINWORD.EXE C:\WINDOWS
  64.         C:
  65.         CD \WINDOWS
  66.         WIN
  67.         WINSHELL C:\WINDOWS
  68.  
  69. This batch file will make Word For Windows the shell and then run
  70. Windows.  Then when your finished it will configure the windows
  71. shell back to normal.
  72.  
  73.  
  74. _______________
  75.  
  76. Be Warned!:
  77.  
  78. Windows tech support told me that some programs don't like to be
  79. loaded as shells.  I have had no problems though.
  80.  
  81.  
  82. _______________
  83.  
  84. Boring stuff:
  85.  
  86. No, I'm not asking for money.  I made it for myself and thought
  87. other people might want it.
  88.  
  89. There is no restriction on the use of this software in commercial
  90. or institutional environments.  No copy of the software may be
  91. distributed or given away without this document; and this notice
  92. must not be removed.
  93.  
  94. There is no warranty of any kind, and I am not liable for damages
  95. of any kind.  By using this free software, you agree to this.
  96.  
  97. It shouldn't hurt anything anyway.  But, just incase, make a backup
  98. of your SYSTEM.INI.
  99.  
  100.  
  101.  
  102.  
  103.